Skip to main content
POST
/
api
/
image
/
effects
/
image-fine-tuning
Image Micro Motion
curl --request POST \
  --url https://www.ailabapi.com/api/image/effects/image-fine-tuning \
  --header 'Content-Type: multipart/form-data' \
  --header 'ailabapi-api-key: <api-key>' \
  --form 'operation=<string>' \
  --form image=@example-file
{
  "request_id": "",
  "log_id": "",
  "error_code": 0,
  "error_code_str": "",
  "error_msg": "",
  "error_detail": {
    "status_code": 200,
    "code": "",
    "code_message": "",
    "message": ""
  },
  "data": {
    "url": ""
  }
}

Authorizations

ailabapi-api-key
string
header
required

API Key for authentication

Body

multipart/form-data
image
file
operation
string

The micro-motion state of the sky and hair. <li>1: The sky moves slightly.</li> <li>01: The sky moves slightly.</li> <li>10: The hair moves slightly, the sky does not move.</li> <li>11: Both the hair and the sky move slightly.</li>

Response

200 - application/json

Success

The response is of type object.